ComponentOne ASP.NET MVC Controls
BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class
Members 

C1.Web.Mvc.Fluent Namespace : BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class
Defines a builder to configurate C1.Web.Mvc.BaseODataCollectionViewService<T>.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public MustInherit Class BaseODataCollectionViewServiceBuilder
    (Of T,TControl As BaseODataCollectionViewService(Of T),
     TBuilder As BaseODataCollectionViewServiceBuilder(Of T,TControl,TBuilder)) 
   Inherits BaseCollectionViewServiceBuilder(Of T,TControl,TBuilder)
   Implements ITemplateBuilder(Of TBuilder) 
[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> : BaseCollectionViewServiceBuilder<T,TControl,TBuilder>, ITemplateBuilder<TBuilder>  
where TControl: BaseODataCollectionViewService<T>
where TBuilder: BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder>
Type Parameters
T
TControl
TBuilder
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>
                  C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder>
                     C1.Web.Mvc.Fluent.ODataCollectionViewServiceBuilder<T>
                     C1.Web.Mvc.Fluent.ODataVirtualCollectionViewServiceBuilder<T>

See Also

Reference

BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace